home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / modprobe.d / blacklist < prev    next >
Text File  |  2008-10-14  |  1KB  |  46 lines

  1. # This file lists those modules which we don't want to be loaded by
  2. # alias expansion, usually so some other driver will be loaded for the
  3. # device instead.
  4.  
  5. # evbug is a debug tool that should be loaded explicitly
  6. blacklist evbug
  7.  
  8. # these drivers are very simple, the HID drivers are usually preferred
  9. blacklist usbmouse
  10. blacklist usbkbd
  11.  
  12. # replaced by e100
  13. blacklist eepro100
  14.  
  15. # replaced by tulip
  16. blacklist de4x5
  17.  
  18. # causes no end of confusion by creating unexpected network interfaces
  19. blacklist eth1394
  20.  
  21. # snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
  22. # hardware on its own (Ubuntu bug #2011, #6810)
  23. blacklist snd_intel8x0m
  24.  
  25. # Conflicts with dvb driver (which is better for handling this device)
  26. blacklist snd_aw2
  27.  
  28. # causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
  29. blacklist i2c_i801
  30.  
  31. # replaced by p54pci
  32. blacklist prism54
  33.  
  34. # replaced by b43 and ssb.
  35. blacklist bcm43xx
  36.  
  37. # most apps now use garmin usb driver directly (Ubuntu: #114565)
  38. blacklist garmin_gps
  39.  
  40. # replaced by asus-laptop (Ubuntu: #184721)
  41. blacklist asus_acpi
  42.  
  43. # low-quality, just noise when being used for sound playback, causes
  44. # hangs at desktop session start (Ubuntu: #246969)
  45. blacklist snd_pcsp
  46.